projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
287110f
)
(init_keyboard): Initialize interrupt_input_blocked and
author
Jan Djärv
<jan.h.d@swipnet.se>
Mon, 8 Jan 2007 17:58:38 +0000
(17:58 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Mon, 8 Jan 2007 17:58:38 +0000
(17:58 +0000)
interrupt_input_pending.
src/ChangeLog
patch
|
blob
|
history
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 79194a6016ecfb2f7e5882a239748b4524455045..626b8afd31ee7375fa76ed7e6933b926cfc58770 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,8
@@
2007-01-08 Jan Dj
\e
,Ad
\e
(Brv <jan.h.d@swipnet.se>
+ * keyboard.c (init_keyboard): Initialize interrupt_input_blocked and
+ interrupt_input_pending.
+
* xterm.h (x_display_info): New: net_supported_atoms,
nr_net_supported_atoms and net_supported_window.
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 5e2a8171ff33f7d984ff52b52db9f3b4c3f6d9e9..f8f751161c44e0859db94cf7e10e72e210ae6aee 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-11020,6
+11020,8
@@
init_keyboard ()
do_mouse_tracking = Qnil;
#endif
input_pending = 0;
+ interrupt_input_blocked = 0;
+ interrupt_input_pending = 0;
/* This means that command_loop_1 won't try to select anything the first
time through. */